home *** CD-ROM | disk | FTP | other *** search
- ===========================================================
- To use Hoard with Visual C++, you need to do the following:
- ===========================================================
-
- 1) Move the file wrapper.cpp into your project, along with libhoard.
-
- 2) Add the link command: "/FORCE:MULTIPLE". This forces a link even
- when multiply defined symbols exist.
-
- This will cause the compiler to replace all calls to malloc(), etc. with
- the versions supplied by Hoard.
-
- NB: The project files included with the distribution DO NOT have this
- modification.
-
-
-